THE PORTING STEPS FROM A RECENT OSX VERSION:
- replace "js maxpath_to_unixfolderpath.js" with "js path_without_filename_win.js"
- remove the "/" in the browse-view and the corresponding "bang" & "prepend root"
- add the "drive-letter message box" instead of the "/", the "incdec" next to it and the "p drive_selection".

- replace the following files with their windows versions:
Lpad.mxe, MPTCFS~.mxe, Pinky_waveform.js
- add: path_to_drive_letter.js, path_without_filename_win.js
- remove: maxpath_to_unixfolderpath.js

THIS TIME (060410):
- problem: the 060314 windows Pinky_waveform.js doesn't have the contscroll function on board :(
the 060331 mac Pinky_waveform.js works on windows, but fails in waveform calculation :(
solution: I slightly modified the mac Pinky_waveform.js:
removed the following:
L513:	if (theWaveformFile.isopen) {
L524:	}
changed
L539:	if (shift && !waveform_data_found && theWaveformFile.isopen) {
to
L539:	if (shift && !waveform_data_found) {


AND A STRANGE MAX BEHAVIOUR...:

- building a VST WITHOUT copying C:\Program Files\Cycling '74\MaxMSP 4.5\support\js32mt.dll to the included folder:

Starting Build for PinkyPlug.dll...
Processing script...
Copying Patcher 060410_pinky_plug_inside.pat
Including File path_to_drive_letter.js
 error: can't find js32mt.dll to include
Including File img_pinky_plug_turntable.pct
Including File Pinky_waveform.js
 error: can't find js32mt.dll to include
Including File Pinky_waveform.js
 error: can't find js32mt.dll to include
Including File path_without_filename_win.js
 error: can't find js32mt.dll to include
Including File path_one_folder_less.js
 error: can't find js32mt.dll to include
Including File img_boy.pct
Including File min_sec_frames_display.js
 error: can't find js32mt.dll to include
Including File min_sec_frames_display.js
 error: can't find js32mt.dll to include
Including File img_info.pct
Including File img_boy.pct
Including File img_info.pct
Including File img_pinky_plug_turntable.pct
Including File Lpad
Including File min_sec_frames_display.js
Including File path_one_folder_less.js
Including File path_to_drive_letter.js
Including File path_without_filename_win.js
Including File Pinky_waveform.js
Including File Pinky_waveform.js~
Finished script.

- building a VST INCLUSIVE copying C:\Program Files\Cycling '74\MaxMSP 4.5\support\js32mt.dll to the included folder:

Starting Build for PinkyPlug.dll...
Processing script...
Copying Patcher 060410_pinky_plug_inside.pat
Including File path_to_drive_letter.js
 error: js32mt.dll: can't be included in non-standalone collective
Including File img_pinky_plug_turntable.pct
Including File Pinky_waveform.js
 error: js32mt.dll: can't be included in non-standalone collective
Including File Pinky_waveform.js
 error: js32mt.dll: can't be included in non-standalone collective
Including File path_without_filename_win.js
 error: js32mt.dll: can't be included in non-standalone collective
Including File path_one_folder_less.js
 error: js32mt.dll: can't be included in non-standalone collective
Including File img_boy.pct
Including File min_sec_frames_display.js
 error: js32mt.dll: can't be included in non-standalone collective
Including File min_sec_frames_display.js
 error: js32mt.dll: can't be included in non-standalone collective
Including File img_info.pct
Including File img_boy.pct
Including File img_info.pct
Including File img_pinky_plug_turntable.pct
Including File js32mt.dll
Including File Lpad
Including File min_sec_frames_display.js
Including File path_one_folder_less.js
Including File path_to_drive_letter.js
Including File path_without_filename_win.js
Including File Pinky_waveform.js
Including File Pinky_waveform.js~
Finished script.
